accelerate-provider 0.1.2

provides BLAS and LAPACK using Apple's Accelerate framework
Documentation

Accelerate Provider

Build Status

This package links the Accelerate framework that Apple ships with Mac OS X. Therefore, it provides functions from BLAS and LAPACK, amongst others, to Rust. MIT licensed.

Where are all the FFI definitions?

This package only links to an implementation of BLAS and LAPACK, amongst others. Bindings are available in blas-sys and lapack-sys, and wrappers are available in blas and lapack.